--- layout: page_default title: Crossover Episodes ---

The following episodes were released on the feeds of multiple Rusty Quill podcasts. As such, they're available on each individual page, but are also hosted here just for organization and fun.

{% assign episodes = site.posts | reverse %} {% for post in episodes %} {% if post.categories contains "crossover" %} {% assign url = post.url | prepend: site.baseurl %} {% endif %} {% endfor %}
{{ post.episode_number | escape }} {{ post.episode_title | escape }} {% for podcast in post.podcasts %}{{ podcast | upcase }}{% unless forloop.last %}, {% endunless -%}{% endfor %} {{ post.date | date: "%Y‑%m‑%d" }}